home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TFMSG / TFMSG.txt
Text File  |  2002-07-04  |  648b  |  35 lines

  1. object FMsg: TFMsg
  2.   Left = 567
  3.   Top = 394
  4.   BorderStyle = bsNone
  5.   Caption = 'FMsg'
  6.   ClientHeight = 109
  7.   ClientWidth = 148
  8.   Color = clWindow
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnPaint = FormPaint
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 0
  23.     Top = 0
  24.     Width = 148
  25.     Height = 109
  26.     Align = alClient
  27.   end
  28.   object Timer: TTimer
  29.     Interval = 10
  30.     OnTimer = TimerTimer
  31.     Left = 8
  32.     Top = 72
  33.   end
  34. end
  35.